Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117580
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117580 a cubic quadratic sequence arranged so that the modulo 3 equals one cubic sequence is just ahead of the quadratic sequence ( called here the Maestro sequence). +0
1
1, 9, 25, 27, 49, 81, 125, 169, 225, 343, 361, 441, 729, 729, 841, 1331, 1369, 1521, 2197, 2025 (list; graph; listen)
OFFSET

0,2

COMMENT

Arranged so that they are near the Magic numbers ( nuclear shell filling numbers): called Maestro as they have to be conducted like an orcestra to get them to behave this way.

FORMULA

g[n_] := (n - Floor[n/3])^3 /; Mod[n, 3] - 1 == 0 g[n_] := (2*n - 1)^2 /; (n < 4) g[n_] := (2*n - 1)^2 /; (n > 13) && (n < 17) g[n_] := (2*n - 3)^2 /; (n > 4) && (n < 13) g[n_] := (2*n + 3)^2 /; (n >= 17) && (n < 19) g[n_] := (2*n + 5)^2 /; (n >= 18) a(n) = g[n]

MATHEMATICA

g[n_] := (n - Floor[n/3])^3 /; Mod[n, 3] - 1 == 0 g[n_] := (2*n - 1)^2 /; (n < 4) g[n_] := (2*n - 1)^2 /; (n > 13) && (n < 17) g[n_] := (2*n - 3)^2 /; (n > 4) && (n < 13) g[n_] := (2*n + 3)^2 /; (n >= 17) && (n < 19) g[n_] := (2*n + 5)^2 /; (n >= 18) a=Table[g[n], {n, 1, 20}]

CROSSREFS

Cf. A018226.

Adjacent sequences: A117577 A117578 A117579 this_sequence A117581 A117582 A117583

Sequence in context: A020210 A062739 A075109 this_sequence A020308 A108989 A068583

KEYWORD

nonn,uned,probation

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 08 2006

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 October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research