Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A144065
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A144065 Values of n such that the expression sqrt(4!*(n+1) + 1) yields an integer. +0
4
0, 1, 4, 6, 11, 14, 21, 25, 34, 39, 50, 56, 69, 76, 91, 99, 116, 125, 144, 154, 175, 186, 209, 221, 246, 259, 286, 300 (list; graph; listen)
OFFSET

0,3

FORMULA

a(n)=3a(n-2)-3a(n-4)+a(n-6) [From Jaume Oliver Lafont (joliverlafont(AT)gmail.com), Jan 21 2009]

a(n) = -3/16+1/8*(-1)^n*n+3/16*(-1)^n+3/8*n^2+9/8*n [From Alexander R. Povolotsky (pevnev(AT)juno.com), Jan 27 2009]

a(n) = A001318(n+1)-1. [From Peter Bala (pbala(AT)talktalk.net), Mar 22 2009]

G.f.: x*(1+3*x-x^3)/((1+x)^2*(1-x)^3) [From Jaume Oliver Lafont (joliverlafont(AT)gmail.com), Aug 31 2009]

PROGRAM

(PARI) j=[]; for(n=0, 300, if((floor(sqrt(4!*(n+1) + 1))) == ceil(sqrt(4!*(n+1) + 1)), j=concat(j, n))); j

CROSSREFS

Cf. A075889, A038179, A007310.

Sequence in context: A096833 A153357 A002732 this_sequence A036831 A084263 A060180

Adjacent sequences: A144062 A144063 A144064 this_sequence A144066 A144067 A144068

KEYWORD

nonn

AUTHOR

Alexander R. Povolotsky (pevnev(AT)juno.com), Sep 09 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research